Access ZUML Component
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
The following is an example for referencing a component in an EL expression.
<window>
<textbox id="source" value="ABC"/>
<label value="${source.value}"/>
</window>
You have to assign id
for referenced component.